Iterating with for Loops Like most other languages, Python has for loops. The only reason you haven't seen them until now is that ... But in Python, a for loop simply iterates over a list, the same way list comprehensions work. Example 6.8. Introducin